5.5
MEDIUM CVSS 3.1
CVE-2024-56533
ALSA: usx2y: Use snd_card_free_when_closed() at disconnection
Description

In the Linux kernel, the following vulnerability has been resolved: ALSA: usx2y: Use snd_card_free_when_closed() at disconnection The USB disconnect callback is supposed to be short and not too-long waiting. OTOH, the current code uses snd_card_free() at disconnection, but this waits for the close of all used fds, hence it can take long. It eventually blocks the upper layer USB ioctls, which may trigger a soft lockup. An easy workaround is to replace snd_card_free() with snd_card_free_when_closed(). This variant returns immediately while the release of resources is done asynchronously by the card device release at the last close.

INFO

Published Date :

Dec. 27, 2024, 2:15 p.m.

Last Modified :

Nov. 3, 2025, 9:17 p.m.

Remotely Exploit :

No

Source :

416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Products

The following products are affected by CVE-2024-56533 vulnerability. Even if cvefeed.io is aware of the exact versions of the products that are affected, the information is not represented in the table below.

ID Vendor Product Action
1 Linux linux_kernel
CVSS Scores
The Common Vulnerability Scoring System is a standardized framework for assessing the severity of vulnerabilities in software and systems. We collect and displays CVSS scores from various sources for each CVE.
Score Version Severity Vector Exploitability Score Impact Score Source
CVSS 3.1 MEDIUM [email protected]
CVSS 3.1 MEDIUM 134c704f-9b21-4f2e-91b3-4a467353bcc0
Solution
To address the vulnerability, update the affected packages and kernel.
  • Update the affected packages.
  • Update the affected kernel package.
Public PoC/Exploit Available at Github

CVE-2024-56533 has a 1 public PoC/Exploit available at Github. Go to the Public Exploits tab to see the list.

CWE - Common Weakness Enumeration

While CVE identifies specific instances of vulnerabilities, CWE categorizes the common flaws or weaknesses that can lead to vulnerabilities. CVE-2024-56533 is associated with the following CWEs:

Common Attack Pattern Enumeration and Classification (CAPEC)

Common Attack Pattern Enumeration and Classification (CAPEC) stores attack patterns, which are descriptions of the common attributes and approaches employed by adversaries to exploit the CVE-2024-56533 weaknesses.

We scan GitHub repositories to detect new proof-of-concept exploits. Following list is a collection of public exploits and proof-of-concepts, which have been published on GitHub (sorted by the most recently updated).

None

JavaScript

Updated: 1 month, 2 weeks ago
5 stars 2 fork 2 watcher
Born at : April 16, 2025, 1:43 p.m. This repo has been linked 280 different CVEs too.

Results are limited to the first 15 repositories due to potential performance issues.

The following list is the news that have been mention CVE-2024-56533 vulnerability anywhere in the article.

The following table lists the changes that have been made to the CVE-2024-56533 vulnerability over time.

Vulnerability history details can be useful for understanding the evolution of a vulnerability, and for identifying the most recent changes that may impact the vulnerability's severity, exploitability, or other characteristics.

  • CVE Modified by af854a3a-2127-422b-91ae-364da2661108

    Nov. 03, 2025

    Action Type Old Value New Value
    Added Reference https://lists.debian.org/debian-lts-announce/2025/03/msg00001.html
    Added Reference https://lists.debian.org/debian-lts-announce/2025/03/msg00002.html
  • CVE Modified by 134c704f-9b21-4f2e-91b3-4a467353bcc0

    Oct. 01, 2025

    Action Type Old Value New Value
    Added CVSS V3.1 AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
    Added CWE CWE-667
  • Initial Analysis by [email protected]

    Sep. 19, 2025

    Action Type Old Value New Value
    Added CVSS V3.1 AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
    Added CWE CWE-667
    Added CPE Configuration OR *cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* versions from (including) 6.12 up to (excluding) 6.12.2 *cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* versions from (including) 6.7 up to (excluding) 6.11.11 *cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* versions from (including) 5.16 up to (excluding) 6.1.120 *cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* versions from (including) 5.11 up to (excluding) 5.15.174 *cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* versions from (including) 6.2 up to (excluding) 6.6.64 *cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* versions from (including) 2.6.13 up to (excluding) 5.10.231
    Added Reference Type kernel.org: https://git.kernel.org/stable/c/24fe9f7ca83ec9acf765339054951f5cd9ae5c5d Types: Patch
    Added Reference Type kernel.org: https://git.kernel.org/stable/c/7bd8838c0ea886679a32834fdcacab296d072fbe Types: Patch
    Added Reference Type kernel.org: https://git.kernel.org/stable/c/befcca1777525e37c659b4129d8ac7463b07ef67 Types: Patch
    Added Reference Type kernel.org: https://git.kernel.org/stable/c/dafb28f02be407e07a6f679e922a626592b481b0 Types: Patch
    Added Reference Type kernel.org: https://git.kernel.org/stable/c/e07605d855c4104d981653146a330ea48f6266ed Types: Patch
    Added Reference Type kernel.org: https://git.kernel.org/stable/c/e869642a77a9b3b98b0ab2c8fec7af4385140909 Types: Patch
    Added Reference Type kernel.org: https://git.kernel.org/stable/c/ffbfc6c4330fc233698529656798bee44fea96f5 Types: Patch
  • New CVE Received by 416baaa9-dc9f-4396-8d5f-8c081fb06d67

    Dec. 27, 2024

    Action Type Old Value New Value
    Added Description In the Linux kernel, the following vulnerability has been resolved: ALSA: usx2y: Use snd_card_free_when_closed() at disconnection The USB disconnect callback is supposed to be short and not too-long waiting. OTOH, the current code uses snd_card_free() at disconnection, but this waits for the close of all used fds, hence it can take long. It eventually blocks the upper layer USB ioctls, which may trigger a soft lockup. An easy workaround is to replace snd_card_free() with snd_card_free_when_closed(). This variant returns immediately while the release of resources is done asynchronously by the card device release at the last close.
    Added Reference https://git.kernel.org/stable/c/24fe9f7ca83ec9acf765339054951f5cd9ae5c5d
    Added Reference https://git.kernel.org/stable/c/7bd8838c0ea886679a32834fdcacab296d072fbe
    Added Reference https://git.kernel.org/stable/c/befcca1777525e37c659b4129d8ac7463b07ef67
    Added Reference https://git.kernel.org/stable/c/dafb28f02be407e07a6f679e922a626592b481b0
    Added Reference https://git.kernel.org/stable/c/e07605d855c4104d981653146a330ea48f6266ed
    Added Reference https://git.kernel.org/stable/c/e869642a77a9b3b98b0ab2c8fec7af4385140909
    Added Reference https://git.kernel.org/stable/c/ffbfc6c4330fc233698529656798bee44fea96f5
EPSS is a daily estimate of the probability of exploitation activity being observed over the next 30 days. Following chart shows the EPSS score history of the vulnerability.
Vulnerability Scoring Details
Base CVSS Score: 5.5
Attack Vector
Attack Complexity
Privileges Required
User Interaction
Scope
Confidentiality Impact
Integrity Impact
Availability Impact